home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / masdir43.arc / SDLPARMS.BAT < prev    next >
DOS Batch File  |  1989-06-19  |  9KB  |  177 lines

  1. ECHO Off
  2. IF NOT . == .%3 GOTO PARMSOK
  3. ECHO Please start the setup program by running SDLSETUP.
  4. GOTO QUIT
  5. :PARMSOK
  6. sdl_get B
  7. ECHO * * *
  8. ECHO You may exit at any point by pressing Ctrl-C and answering Y to terminate.
  9. ECHO You may skip to the next section at any prompt by pressing the
  10. ECHO Escape key (Esc on most keyboards).  Note that all selections
  11. ECHO are made by "pressing" single keys.  These selections are NOT
  12. ECHO "entered" by pressing the Enter key after making the selection.
  13. ECHO * * *
  14. ECHO The questions are set up with the original defaults capitalized.
  15. ECHO If you select the capitalized choices the original defaults
  16. ECHO will be restored.  If the choices are not alphabetic, the first
  17. ECHO one shown is the original default.  Either caps or lower case
  18. ECHO letters are OK for your alphabetic selections.
  19. ECHO * * *
  20. ECHO If you do not want to change the operation of a selection, just press
  21. ECHO the Enter key (sometimes called Return or "<CR>").  This is indicated as
  22. ECHO choice (cr). Or press Esc to skip to the next section of questions.
  23. ECHO * * *
  24. ECHO The first section is for the toggles: 
  25. Echo     Cls   (Clear the screen)
  26. Echo     More  (or Menu - pause at the end of each screen)
  27. Echo     Fre   (Free space left on the disk)
  28. Echo     Hdr   (Turn title lines off or on)
  29. Echo     All   (Exclude "<DIR>"s and hidden files)
  30. sdl_get C "Press Return to continue, Esc to skip this section..." ~}
  31. IF ERRORLEVEL 126 GOTO NEXT
  32. sdl_get b
  33. ECHO * * *
  34. ECHO SDL has several options which can be "toggled" by command line
  35. ECHO switches.  A toggle has only two possibilities, and the switch (option)
  36. ECHO changes a toggle from its current setting to the opposite setting.
  37. ECHO For example:
  38. ECHO You may set the clear screen (Cls) default to Off or On.
  39. ECHO When it is ON it clears the screen before and after each display.
  40. ECHO When it is OFF the screen just scrolls and is a bit slower.
  41. Echo Whichever default you choose, the /C option will toggle it.
  42. ECHO * * *
  43. sdl_get N "Do you want Cls ON to be the default mode (Y,n,cr)? "
  44. IF ERRORLEVEL 126 GOTO NEXT
  45. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 ECHO E 22F 01>>SDLSETUP.TXT
  46. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 ECHO E 22F 00>>SDLSETUP.TXT
  47. ECHO * * *
  48. ECHO SDL Version 4 uses "More" instead of "Pause" to stop and show
  49. ECHO a menu at the end of each screen display.  This was changed from
  50. ECHO earlier versions to reserve the /P option for Printing (Prn).
  51. ECHO (Later you will be given the option to use /P for Pause if you prefer).
  52. ECHO You may set the More/Pause default to Off or On.
  53. Echo Whichever default you choose, the /M option will toggle it.
  54. ECHO * * *
  55. sdl_get N "Do you want pausing for More to be the default mode (Y,n,cr)? "
  56. IF ERRORLEVEL 126 GOTO NEXT
  57. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 ECHO E 230 01>>SDLSETUP.TXT
  58. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 ECHO E 230 00>>SDLSETUP.TXT
  59. ECHO * * *
  60. ECHO SDL Version 4 has a new /F option for showing Free Space (Fre) on
  61. ECHO a disk.  On a hard disk SDL is much faster if it doesn't have to
  62. ECHO wait for DOS to get the Free Space.  On a floppy disk the amount
  63. ECHO of free space may be of interest, but you can display it by
  64. ECHO pressing the F key at the end of the display.  You may, however,
  65. ECHO have the Free Space displayed automatically as the default.
  66. ECHO Whichever you choose, the /F option will toggle it.
  67. ECHO * * *
  68. sdl_get N "Do you want Free Space ON to be the default? (y,N,cr)? "
  69. IF ERRORLEVEL 126 GOTO NEXT
  70. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 ECHO E 231 1>>SDLSETUP.TXT
  71. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 ECHO E 231 0>>SDLSETUP.TXT
  72. ECHO * * *
  73. ECHO You may set the Header (Hdr) default to On or Off.
  74. ECHO When OFF it suppresses the first two lines of titles to leave
  75. ECHO more space on the screen for file names.
  76. Echo In order to protect the copyright notice, this customization
  77. ECHO feature is not available in the Shareware version of MASDIR.
  78. ECHO It is fully supported in the registered version.
  79. ECHO * * *
  80. ECHO The /A for ALL option toggles the display of hidden files and directories.
  81. ECHO If you select ALL as the default, SDL will automatically include
  82. ECHO Hidden files and "<DIR>"s (subdirectories) in the directory display.
  83. Echo Whichever default you choose, the /A option will toggle it.
  84. ECHO * * *
  85. sdl_get N "Do you want All to be the default mode (Y,n,cr)? "
  86. IF ERRORLEVEL 126 GOTO NEXT
  87. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 ECHO E 233 00>>SDLSETUP.TXT
  88. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 ECHO E 233 16>>SDLSETUP.TXT
  89. :NEXT
  90. sdl_get B
  91. ECHO * * *
  92. ECHO The next section includes defaults for:
  93. Echo     SORTing   (Field, Reverse, Width)
  94. Echo     COLumns   (2,4,6)
  95. Echo     Disk size (3,5)
  96. Echo     Cluster size (0.5,1 2 4 8 Kb)
  97. ECHO * * *
  98. ECHO Reminder:
  99. ECHO If you do not want to change a selection just press return (cr),
  100. ECHO or press Esc to skip to the next section.
  101. ECHO * * *
  102. ECHO The default SORT order (field) can be Name, eXtension, Date, or
  103. ECHO the Original dOs order which is unsorted.
  104. ECHO (Note that the letters above in CAPS are the option keys.)
  105. ECHO * * *
  106. sdl_get C "Press the letter for the SORT order you prefer (N,x,d,o,cr): " NXDO~}
  107. IF ERRORLEVEL 126 SDLNOTOG %1 %2 %3
  108. SET GET=
  109. IF ERRORLEVEL 88 IF NOT ERRORLEVEL 89 SET GET=58
  110. IF ERRORLEVEL 79 IF NOT ERRORLEVEL 80 SET GET=4F
  111. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 SET GET=4E
  112. IF ERRORLEVEL 68 IF NOT ERRORLEVEL 69 SET GET=44
  113. IF NOT ERRORLEVEL 125 ECHO E 022E %GET%>>SDLSETUP.TXT
  114. ECHO * * *
  115. ECHO The default number of COLumns of files can be 2, 4 or automatic.
  116. ECHO The original default is automatic which trys to show all the files on
  117. ECHO one screen if possible.  You can override the default with a
  118. ECHO / option on the command line, or by making a new selection from
  119. ECHO the menu at any pause.
  120. ECHO * * *
  121. sdl_get C "Press the number of COLs you prefer, or 0 for automatic (0,2,4,cr): " 024~}
  122. IF ERRORLEVEL 126 SDLNOTOG %1 %2 %3
  123. IF NOT ERRORLEVEL 125 ECHO E 022C %GET%>>SDLSETUP.TXT
  124. ECHO * * *
  125. ECHO The sorting of file names can be in ascending order or in reverse
  126. ECHO order.  This applies to the N,X,S, or D sort selection, and it
  127. ECHO is controlled by the /- toggle.  For example, any of /-, /S-,
  128. ECHO or /-S would reverse the sort order from the default.
  129. ECHO * * *
  130. sdl_get C "Press A for Ascending, - for descending (A,-,cr): " A-~}
  131. IF ERRORLEVEL 126 SDLNOTOG %1 %2 %3
  132. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 ECHO E 22B 00>>SDLSETUP.TXT
  133. IF ERRORLEVEL 45 IF NOT ERRORLEVEL 46 ECHO E 22B 01>>SDLSETUP.TXT
  134. echo * * *
  135. echo File names can be listed in the sort order horizontally from left to
  136. echo right, or vertically from top to bottom.  Whichever default you choose,
  137. echo the W (for Width) option will toggle it.
  138. echo * * *
  139. sdl_get C "Press W for horizontal, V for Vertical, or cr for no change (V,w,cr): " WV~}
  140. IF ERRORLEVEL 126 SDLNOTOG %1 %2 %3
  141. IF ERRORLEVEL 87 IF NOT ERRORLEVEL 88 ECHO E 228 01>>SDLSETUP.TXT
  142. IF ERRORLEVEL 86 IF NOT ERRORLEVEL 87 ECHO E 228 00>>SDLSETUP.TXT
  143. echo * * *
  144. echo The type of disk can be selected with the 3 and 5 options; however, you
  145. echo may select the default that will be used when the option is omitted.
  146. ECHO This selection affects the size of disk labels printed only.
  147. echo * * *
  148. sdl_get c "Press 3 for 3.5 in. or 5 for 5.25 in. disk labels (5,3,cr): " 35~}
  149. IF ERRORLEVEL 126 SDLNOTOG %1 %2 %3
  150. IF ERRORLEVEL 51 IF NOT ERRORLEVEL 52 ECHO E 229 33>>SDLSETUP.TXT
  151. IF ERRORLEVEL 53 IF NOT ERRORLEVEL 54 ECHO E 229 00>>SDLSETUP.TXT
  152. ECHO * * *
  153. echo When adding up the bytes for the total of the files, SDL rounds up to the
  154. echo next kilobyte to provide an accurate indication of the amount of space
  155. echo the files would occupy on a 360KB or 720KB diskette.  1.2MB and 1.44MB
  156. echo diskettes use space in 0.5KB clusters, while hard disks may use 2KB, 4KB,
  157. echo or 8KB clusters.  The rounding factor may be selected on the command line
  158. echo by indicating /B for 0.5KB, /B1 for 1KB, /B2 for 2KB, etc.  You may select
  159. echo a new default by pressing the size of the cluster you want.
  160. echo * * *
  161. sdl_get c "Press 0 for 0.5KB or 1, 2, 4 or 8 KB clusters (1,2,4,8,0,cr): " 01248~}
  162. IF ERRORLEVEL 125 SDLNOTOG %1 %2 %3
  163. SET GET=
  164. IF ERRORLEVEL 48 IF NOT ERRORLEVEL 49 SET GET=01
  165. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 SET GET=03
  166. IF ERRORLEVEL 50 IF NOT ERRORLEVEL 51 SET GET=07
  167. IF ERRORLEVEL 52 IF NOT ERRORLEVEL 53 SET GET=0F
  168. IF ERRORLEVEL 56 IF NOT ERRORLEVEL 57 SET GET=1F
  169. IF NOT . == .%GET% ECHO E 227 %GET%>>SDLSETUP.TXT
  170. SDLNOTOG %1 %2 %3
  171. :QUIT 
  172. IF EXIST SDLSETUP.TXT ERASE SDLSETUP.TXT
  173. if exist menu.bat menu
  174. SET GET=
  175. ECHO Exiting to DOS ...
  176. 
  177.